feat(glyph): add Graphite MCP server to gateway#337
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bridge the Graphite CLI's stdio MCP server to streamable HTTP using mcp-proxy, and register it with the mcpjungle gateway. This moves the Graphite MCP from running locally on the client to being served via the glyph MCP gateway alongside basic-memory, kagi, and mcp-nixos. - Add modules/nixos/llm/graphite-mcp.nix (port 8094, mcp-proxy bridge) - Manage auth token via agenix secret - Register with mcpjungle gateway - Remove local Graphite MCP entry from Claude Code config Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…vers The registration script's curl health check fails with a non-zero exit code when a server isn't reachable yet. Since NixOS wraps systemd scripts with set -e, this aborts the entire registration process instead of letting the retry loop handle it. Add || true so the exit code is captured as http_code "000" and the loop continues as intended. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add the read-only Graphite MCP tool to the auto-allow list so Claude Code can access gt documentation without prompting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
graphite-mcp.nix) bridginggt mcpstdio→HTTP viamcp-proxyon port 8094set -ewhen servers are temporarily unreachablelearn_gtread-only tool in Claude Code auto-allow listTest plan
nix build .#nixosConfigurations.glyph.config.system.build.topleveljust switchon glyphgraphite-mcp.serviceis activemcpjungle-register.servicesucceeds🤖 Generated with Claude Code